/*手机*/
@media only screen and (min-width: 0px) and (max-width: 960px){
    .l1ccd-content{
        width: 60%!important;
    }
    .scroll-area{
        width: 98%!important;
    }
    .line3-content{
        padding-bottom: 0!important;
    }
    .sa-ri{
        position: relative!important;
        width: 100%!important;
        height: auto!important;
    }
    .sarc-up{
        padding-bottom: 20px;
    }
    .sarc-down{
        padding-bottom: 20px;
    }

    .l1ccd-content{
        width: 90%!important;
    }

    .l4cc-ul {
        display: block!important;
    }
    .l4cc-ul li{
        width: 100%!important;
        height: auto!important;
    }
    .l4ccu-down{
        position: relative!important;
        height: auto!important;
        bottom: 0!important;
        padding-bottom: 20px;
    }
    .l4ccu-down a{
        position: relative!important;
        transform: none!important;
        margin: 0 auto!important;
        left: auto!important;
        bottom: auto!important;
        margin-top: 20px!important;
    }
}
@media only screen and (min-width: 0px) and (max-width: 800px){
    .l1cc-down ul{
        display: block!important;
    }
    .l1cc-down ul li{
        width: 100%!important;
    }
    .l1ccd-img img{
        display: block;
        width: auto!important;
        height: 100%!important;
        margin: 0 auto;
    }

}
@media only screen and (min-width: 0px) and (max-width: 640px){
    .line5-content {
        padding-bottom: 0!important;
    }

}


/*banner*/
.banner{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    /*background-color: aqua;*/
    clear:both;
    overflow:hidden;
    position: relative;
}

.banner-area{
    width: 1000%;
    height: auto;
}
.banner-area li{
    float: left;
    width: 10%;
    height: auto;
}
.banner-area li img{
    width: 100%;
}

.banner-cycle{
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 5%;
    margin: 0 auto;
    text-align: center;
}
.banner-cycle li{
    display: inline-block;
    margin: 0 0.5%;
    width:40px;
    height:5px;
    border:0;
    background:white;
    border-radius:5px;
}
.banner-active{
    background:transparent!important;
    border: 1px solid white !important;
}



/*line1*/
.line1{
    width: 100%;
}
.line1-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.l1c-title{
    width: 100%;
    height: 165px;
    padding-top: 50px;
}
.l1c-title p{
    margin-top: 15px;
}

.l1c-content{
    width: 100%;
}
.l1cc-div{
    width: 100%;
    height: 50px;
}
.l1ccd-content{
    width: 38%;
    height: 100%;
    margin: 0 auto;
}
.l1ccd-content a{
    width: 45%;
    height: 100%;
    line-height: 48px;
    border: 1px solid #dadada;
    border-radius: 25px;
}
.l1ccd-content a img{
    display: none;
    margin-right: 10px;
}

.l1ccdc-select{
    color: white;
    background-color: #4dbc6c;
    border: 1px solid #4dbc6c;
}
.l1ccdc-select img{
    display: inline-block!important;
}

.l1cc-down{
    width: 100%;
    margin-top: 50px;
}
.l1cc-down ul{
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}
.l1cc-down ul li{
    float: left;
    width: 32%;
    height: 315px;
    margin-left:1%;

}
.l1ccd-img{
    width: 100%;
    height: 260px;
}
.l1ccd-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.l1ccd-p{
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
}






/*line2*/
.line2{
    width: 100%;
    background: url("../image/index/index-bg1.png")center center no-repeat;
    background-size: auto 100%;
}
.line2-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.l2c-title{
    width: 100%;
    height: 175px;
    padding-top: 55px;
}
.l2c-title p{
    margin-top: 15px;
}

.l2c-content{
    width: 100%;
    height: 420px;
    position: relative;
}
.logobox{
    overflow: hidden;
    position: relative;
}

.logobox ul li{
    height: 420px;
}
.logoul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.logoul-bg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logoul-coverd{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(6, 112, 152, 0.4);
}
.logoul-coverd:hover{
    background-color: rgba(6, 112, 152, 0.9);
}
.lc-center{
    width: 170px;
    height: 100px;
}
.lc-center img{
    display: block;
    width: 25%;
    margin: 0 auto;
}
.lc-center p{
    margin-top: 15px;
}


.logobox-lb{
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: -45px;
    top:50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    z-index: 10;
    border-radius:50%;
}
.logobox-rb {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    z-index: 10;
    border-radius:50%;

}







/*line3*/
.line3{
    width: 100%;
}
.line3-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.l3c-title{
    width: 100%;
    height: 165px;
    padding-top: 55px;
}
.l3c-title p{
    margin-top: 15px;
}

.l3c-content{
    width: 100%;
    position: relative;
}
.scroll-area{
    width: 70%;
    padding: 22.5% 0;
    position: relative;
}
.scroll-area ul{
    position: absolute;
    width: 100%;
    height: 94%;
    top: 3%;
    perspective: 800px;
}
.scroll-area ul li{
    position: absolute;
    width: 70%;
    height: 100%;
    /*top: 6%;*/
    left: -12%;
    transition: all 0.5s;
    transform: translateZ(-200px);
    z-index: 3;
}
.scroll-area ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scroll-area ul li:nth-last-child(1){
    transform: translate3d(57%,0,30px);
    /*z-index: 5!important;*/
    /*display: none;*/
}
.sa-select{
    z-index: 5!important;
}
.sa-a{
    position: absolute;
    width: 7%;
    height: 40px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 23.5%;
}
.sa-a a{
    display: block;
    width: 50%;
    height: 100%;
    line-height: 40px;
    font-family: 黑体;
    background: rgba(0,0,0,0.5);
}
.sa-a a:hover {
    background-color: rgba(255,255,255,0.5);
}
.sa-ri{
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sar-content{
    width: 100%;
    height: 80%;
    padding: 30px 35px;
}
.sarc-up{
    width: 100%;
    height: 31%;
    /*border: 1px solid green;*/
    border-bottom: 1px dashed #acacac;
}
.sarc-down{
    width: 100%;
    height: 31%;
       border-bottom: 1px dashed #acacac;

}
.sarc-downn{
    width: 100%;
    height: 34%;
    } 
.sar-content h1{
    line-height: 30px;
}
.sar-content p{
    margin-top: 10px;
    line-height: 20px;
}
.sarc-a{
    display: block;
    width: 80px;
    height: 10%;
}







/*line4*/
.line4{
    width: 100%;
    background: url("../image/index/index-bg2.png")center center no-repeat;
    background-size: auto 100%;
}
.line4-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 55px;
}
.l4c-title{
    width: 100%;
    height: 140px;
    padding-top: 50px;
}
.l4c-title p{
    margin-top: 20px;
}

.l4c-content{
    width: 100%;
    position: relative;
}
.l4cc-a{
    width: 100%;
    height: 30px;
}
.l4cc-a a{
    display: block;
    width: 100px;
    height: 100%;
    line-height: 30px;
    margin: 0 auto;
}
.l4cc-a a img{
    margin-top: -5px;
    margin-left: 10px;
}

.l4cc-ul{
    margin-top: 25px;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: space-between;
}
.l4cc-ul li{
    float: left;
    width: 31%;
    height: 470px;
    overflow: hidden;
    position: relative;
}
.l4ccu-img{
    width: 100%;
    height: 260px;
}
.l4ccu-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.l4ccu-down{
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: -90px;
    padding-top: 35px;
    z-index: 5;
}
.l4ccud-div{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    right: 5%;
    top: -25px;
    background: url("../image/index/plus.png")center center no-repeat;
    background-size: 100% 100%;
}
.l4ccu-down p{
    margin-top: 25px;
    line-height: 25px;
    padding: 0 20px;
}
.l4ccu-down a{
    position: absolute;
    display: block;
    width: 40%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}






/*line5*/
.line5{
    width: 100%;
}
.line5-content{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 36px;
}
.l5c-title{
    width: 100%;
    height: 160px;
    padding-top: 60px;
}
.l5c-title p{
    margin-top: 20px;
}

.l5c-content{
    width: 100%;
    position: relative;
}
.l5c-content img{
    width: 100%;
}
.l5cc-div{
    width: 100%;
    height: 150px;
    padding-top: 45px;
}
.l5cc-div a{
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin: 0 auto;
}












.yinying {
    display:none;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px!important;
    background: url("../image/index/yinying.png")center center no-repeat;
    width:100%;
    color:white;
    line-height: 5rem;
    padding-left:2rem;
    
}

























